FreeBusyViewOptions Constructor (DateTime, DateTime, Int32) |
Initializes a new instance of the FreeBusyViewOptions class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FreeBusyViewOptions(
DateTime startTime,
DateTime endTime,
int mergedFreeBusyInterval
)
Public Sub New (
startTime As DateTime,
endTime As DateTime,
mergedFreeBusyInterval As Integer
)
Parameters
- startTime
- Type: SystemDateTime
- endTime
- Type: SystemDateTime
- mergedFreeBusyInterval
- Type: SystemInt32
See Also